The Basics


<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>




</BODY>
</HTML>





How do you put links onto your web page?


Glad you asked!


The code is:
<A HREF=" "></A>
In between the " " you put the link to the page.
Eg: http://www.cnn.com.
For the highlighted text complete with underline, this is what you type:
<A HREF="http://www.cnn.com>CNN</A>.



To go to the next lesson click here. Read on for an explanation.




I guess the easiest way to remember these tags is to remember what they do.
<A HTML Reference=" "><End A HTML Reference>. I hope this helps.



Lesson 1 Lesson 2 Lesson 4 Lesson 5 Lesson 6 Lesson 7 Lesson 8